home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00464_Script_464 < prev    next >
Text File  |  1995-05-21  |  420b  |  22 lines

  1. -- OptionsHelpBtn
  2. on mouseDown
  3.   put "OptHelpBtn" into f
  4.   put "OptHelpBtnHL" into fHL
  5.   hiliter 4, f, fHL
  6.   puppetsound "huh.aif"
  7.   updatestage
  8. end
  9.  
  10.  
  11.  
  12. on mouseUp
  13.   global gTheDay, GameOrOptions
  14.   
  15.   put "Options" into GameOrOptions
  16.   WhatDayIsIt
  17.   set the castNum of sprite 4 = cast "OptHelpBtn"
  18.   optionsOff
  19.   updatestage
  20.   go frame "help" of movie the pathName & "PapHelp.dir"
  21.   puppetsound 0
  22. end